home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Core Concepts in Art 2
/
Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso
/
mac
/
media
/
quiz.swf
/
scripts
/
DefineButton2_104
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2003-10-12
|
332b
|
13 lines
on(release){
var i = _root.dropChapters;
while(i < _root.howManyChapters)
{
if(_root.generatorArray[i + 1].length != 0 && _root.generatorArray[i + 1] != undefined)
{
this["chapter" + i].arrow_mc._visible = 1;
this["chapter" + i].chapter_txt._alpha = 100;
}
i++;
}
}